body {
    margin: 0;
    padding: 0;
    border-size: border-box;
    background: rgba(0, 0, 0, 0.9);
}

h1 {
    text-align: center;
    color: #ddd;
    font-size: 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-shadow: 2px 3px 3px #000;
}

#search_wrapper {
    width: 50%;
    margin: auto;
    position: relative;
    top: 250px;
}

.moveup #search_wrapper {
    position: relative;
    top: 0;
    transition: 3s ease-in;
}

#container {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #ddd;
    position: relative;
    top: 30px;
}

#searchInput {
    margin: 0 0 1em;
    padding: 0 20px;
    width: 50%;
    height: 50px;
    border: 2px solid #ddd;
    border-radius: 30px;
    outline: none;
    color: #dddd;
    font-size: 20px;
    text-align: left;
    background: transparent;
    transition: 2s;
    position: relative;
    display: none;
}

span {
    position: absolute;
    right: 65%;
    bottom: 40%;
    font-size: 25px;
    transition: 0.4s ease;
    display: none;
}

.focus span {
    transform: translateY(-30px);
    font-size: 20px;
    z-index: 0;
}

#searchIcon {
    font-size: 50px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

#searchIcon:hover {
    color: #000;
}

#random_btn {
    border: none;
    width: 150px;
    height: 50px;
    outline-style: none;
    display: block;
    margin: auto;
    background: transparent;
    position: relative;
    top: 35px;
}

#random_btn:hover {
    background: transparent;
    color: #ddd;
}

#wrapper_2>div {
    border-size: border-box;
    margin: 10px;
    border-bottom: 2px solid #ddd;
}

a:hover {
    text-decoration: none;
    color: #ddd;
}

h3 {
    font-size: 25px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

p {
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #ddd;
}